home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Aug-Sep 88 / Testing for modifier keys ⁄ < prev    next >
Encoding:
Text File  |  1991-03-06  |  707 b   |  21 lines  |  [TEXT/GEOL]

  1. Item    1670770                         27-Sept-88        07:53
  2.  
  3. From:   D0756                           Tradenet, Dev, Adam Wildavsky
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    Testing for modifier keys
  8.  
  9. Our application has a menu command which behaves differently depending on
  10. whether the Shift Key is down.  In MacApp 1.1.1 we could test gEventInfo to
  11. determine this.  In 2.0b5, this variable is no longer available (rightly so,
  12. probably.)  Is there an accepted method for doing what we want to do, other
  13. than resurrecting gEventInfo or replacing it with a gShiftKeyDown?  It doesn't
  14. matter to us whether we find out about the shift key in time to change the menu
  15. text.
  16.  
  17. AW
  18.  
  19.  
  20.  
  21.